@nice2dev/ui-presentations 1.0.11 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/dist/NicePinCodeInput-CDtodnIM-BeoRuPrJ.js +10669 -0
- package/dist/NicePinCodeInput-CDtodnIM-EzCKJNkQ.cjs +419 -0
- package/dist/NicePinCodeInput-jMNfPqOx-DAPB40Sz.cjs +419 -0
- package/dist/NicePinCodeInput-jMNfPqOx-DM4om-_N.js +10660 -0
- package/dist/NiceSavedQueryPanel-BkYRk5cX-D-bcE2B1.cjs +596 -0
- package/dist/NiceSavedQueryPanel-BkYRk5cX-wbPDNPZw.js +6602 -0
- package/dist/NiceSavedQueryPanel-DJqCNWYZ-CBkaf_-l.cjs +596 -0
- package/dist/NiceSavedQueryPanel-DJqCNWYZ-CDhyL9ho.js +6607 -0
- package/dist/charts-F_b5-OR8-CGmclWXK.cjs +544 -0
- package/dist/charts-F_b5-OR8-Dmvf95aH.js +3844 -0
- package/dist/charts-fO6InNZd-IGi8U8H_.cjs +546 -0
- package/dist/charts-fO6InNZd-OukyI3JD.js +3868 -0
- package/dist/components/SlideCanvas.d.ts +4 -4
- package/dist/components/SlideCanvas.d.ts.map +1 -1
- package/dist/components/SlidePropertyPanel.d.ts +3 -3
- package/dist/components/SlidePropertyPanel.d.ts.map +1 -1
- package/dist/components/SlideThumbnailList.d.ts +4 -4
- package/dist/components/SlideThumbnailList.d.ts.map +1 -1
- package/dist/core/PresentationModel.d.ts +8 -8
- package/dist/core/PresentationModel.d.ts.map +1 -1
- package/dist/core/customTransitions.d.ts.map +1 -1
- package/dist/core/querySlide.d.ts +1 -1
- package/dist/core/querySlide.d.ts.map +1 -1
- package/dist/core/slideAnimationEngine.d.ts +2 -2
- package/dist/core/slideAnimationEngine.d.ts.map +1 -1
- package/dist/index-3T2JUEde.cjs +550 -0
- package/dist/index-BOxCyLxc.cjs +550 -0
- package/dist/index-BU6KCDpP-C-tF2afa.cjs +4504 -0
- package/dist/index-BU6KCDpP-CuWVg2cB.js +35436 -0
- package/dist/index-DBotYTUg.js +31958 -0
- package/dist/index-DHc_KZkF-DBwyAprO.cjs +4504 -0
- package/dist/index-DHc_KZkF-DJ9D7N6n.js +39279 -0
- package/dist/index-DhypNAIs.js +31807 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +31 -31
- package/dist/puppetShow/gameEngineIntegration.d.ts +1 -1
- package/dist/puppetShow/gameEngineIntegration.d.ts.map +1 -1
- package/dist/puppetShow/puppetCharacter.d.ts.map +1 -1
- package/dist/puppetShow/puppetStage.d.ts +11 -11
- package/dist/puppetShow/puppetStage.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
7
|
### NicePresentationEditor
|
|
8
|
+
|
|
8
9
|
- Drag & drop slide canvas with element positioning
|
|
9
10
|
- Slide sidebar — thumbnails with reorder
|
|
10
11
|
- Element types — text, image, shape, chart, diagram, code block, table, video, embed
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
- Interactive elements — buttons, polls, quizzes, countdown, Q&A (audience engagement)
|
|
21
22
|
|
|
22
23
|
### NicePresentationPlayer
|
|
24
|
+
|
|
23
25
|
- Fullscreen presenter mode (←→ navigation, Space = next)
|
|
24
26
|
- Speaker view — current slide + next + notes + timer
|
|
25
27
|
- Auto-play with configurable tempo
|
|
@@ -27,6 +29,7 @@
|
|
|
27
29
|
- Progress bar with slide number
|
|
28
30
|
|
|
29
31
|
### Business Templates
|
|
32
|
+
|
|
30
33
|
- **Quarterly Report** — KPIs, revenue chart, costs, pipeline, risks
|
|
31
34
|
- **Product Pitch** — problem → solution → demo → pricing → CTA
|
|
32
35
|
- **Sprint Review** — done, demo, velocity, impediments, next sprint
|
|
@@ -35,12 +38,14 @@
|
|
|
35
38
|
- **Incident Report** — timeline, root cause, impact, remediation
|
|
36
39
|
|
|
37
40
|
### Data Integrations
|
|
41
|
+
|
|
38
42
|
- Live data slides — NiceChart with REST/SignalR auto-refresh
|
|
39
43
|
- DataGrid embedding — interactive sort/filter in presentation mode
|
|
40
44
|
- SQL/OData query slide — query → auto-generated table/chart
|
|
41
45
|
- Dashboard slide — multi-KPI layout with gauge, chart, number tiles
|
|
42
46
|
|
|
43
47
|
### Collaboration & AI
|
|
48
|
+
|
|
44
49
|
- Multi-user CRDT editing (Yjs)
|
|
45
50
|
- AI slide generation — LLM creates slide structure
|
|
46
51
|
- AI design suggestions — alignment, contrast, spacing
|
|
@@ -54,6 +59,20 @@
|
|
|
54
59
|
npm install @nice2dev/ui-presentations
|
|
55
60
|
```
|
|
56
61
|
|
|
62
|
+
## Styling
|
|
63
|
+
|
|
64
|
+
This package ships unstyled component logic. Import the shared CSS bundle once at your app entrypoint:
|
|
65
|
+
|
|
66
|
+
```tsx
|
|
67
|
+
import '@nice2dev/ui/style.css';
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Optional: opt into the legacy shorthand token aliases (`--bg-*`, `--text-*`, `--border-*`, ...) when migrating from a custom design-token system:
|
|
71
|
+
|
|
72
|
+
```tsx
|
|
73
|
+
import '@nice2dev/ui/css/legacy-bg-text-aliases.css';
|
|
74
|
+
```
|
|
75
|
+
|
|
57
76
|
## License
|
|
58
77
|
|
|
59
78
|
MIT © NiceToDev
|